From 04ade9483b724440a2a55ead13ded19eefff4645 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Tue, 9 Jan 2018 08:23:36 +0100 Subject: [PATCH] testheightforwidth: Remove "vertical labels" test This was testing lables with the angle property set, which doesn't exist anymore. --- tests/testheightforwidth.c | 124 ------------------------------------- 1 file changed, 124 deletions(-) diff --git a/tests/testheightforwidth.c b/tests/testheightforwidth.c index d96f6e5d48..f8e29d47b3 100644 --- a/tests/testheightforwidth.c +++ b/tests/testheightforwidth.c @@ -297,130 +297,6 @@ static TestInterface interfaces[] = { NULL }, - { - "Vertical Labels", - "Demonstrates how a horizontal box will consider width-for-height when allocating children " - "even if the toplevel window is requested as height-for-width.", - "" - " " - " " - " " - " 400" - " 300" - " " - " " - " vertical" - " True" - " True" - " " - " " - " horizontal" - " True" - " " - " " - " True" - " Some long width-for-height text that wraps" - " center" - " True" - " 10" - " 90" - " " - " " - " " - " " - " " - " " - " 0" - " " - " " - " " - " " - " True" - " 0" - " out" - " " - " " - " True" - " Neither of the panes are\n" - "set to shrink." - " center" - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " 1" - " " - " " - " " - " " - " False" - " False" - " " - " " - " " - " " - " horizontal" - " True" - " " - " " - " True" - " 0" - " out" - " " - " " - " True" - " The interface is allocated as height\n" - "for width, but the horizontal boxes\n" - "allocate in width for height mode." - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " 0" - " " - " " - " " - " " - " True" - " Some long width-for-height text that wraps" - " center" - " True" - " 10" - " 270" - " " - " " - " " - " " - " " - " " - " 1" - " " - " " - " " - " " - " False" - " False" - " " - " " - " " - " " - " " - "", - NULL - }, - { "Label Parameters", "This test demonstrates how \"width-chars\" and \"max-width-chars\" can be used " -- 2.30.2